keystone2: net: add mcast function to keyston2 Ethernet driver
authorVitaly Andrianov <[email protected]>
Wed, 8 Jul 2015 15:56:01 +0000 (11:56 -0400)
committerTom Rini <[email protected]>
Mon, 27 Jul 2015 19:01:58 +0000 (15:01 -0400)
commit5031ca59b52fce55bb143eb6af3f55e9a5a2d8af
tree7639625ba2054e53fdd6361c36c004a4dd21c722
parent17c5bda2a91cf902e0897bd8178f96aa5e3adf78
keystone2: net: add mcast function to keyston2 Ethernet driver

The MCAST_TFTP support requires that network drivers has mcast functon
implemented. This commit adds dummy keystone2_eth_bcast_addr() to meet
the requirement. As far as the driver doesn't use ALE and doesn't filter
any incoming packets, the function is empty.

Signed-off-by: Vitaly Andrianov <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/keystone_net.c